rn_create_root_certificate.sh

(/opt/GoIoT/DinGo/bin/ssl/rn_create_root_certificate.sh)

This is a script file, installed with the DINGO-Stack package.

The purpose of this script is to create a self signed root certificate. The HTTPS certificates will be verified by this root certificate.

Once this script is executed, a new private key and root CA certificate are generated. The root CA certificate can then be downloaded and installed into remote browsers trusted CA repositories.

Steps:

  1. Create a new private key.
  2. Create public root certificate.
  3. Copy public root certificate to www folder so it can be downloaded by remote browsers.
WARNING: This script should only be executed once and has already been executed.